home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Komputer for Alle 2001 #13
/
CD 13 (Black) - 2001.iso
/
K-CS.DCR
/
00423.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2001-08-24
|
193 b
|
15 lines
global StartTid
on new me
startTimer()
end
on exitFrame
if the timer < 400 then
set the visible of sprite ((the timer / 40) + 46) to 1
go(#loop)
else
go(#next)
end if
end